One of the JSP goals is to separate layout and content. HTML template tags help accomplish this by giving layout staff special JSP syntax for HTML template tags, <insert> and <repeat>.

Insert tags give layout developers a familiar way to design. The tags look like HTML but function like Java code. Click MORE to see an <insert> code sample.

Click FORWARD to continue.